home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test010.sgm < prev    next >
Text File  |  1994-07-10  |  342b  |  15 lines

  1. <!-- TEST10.GML: Tests encapsulated entities; reports 4 errors. -->
  2. <!doctype doc [
  3.   <!entity % md1 md 'entity % be3 pi "BE3" '>
  4.   %md1;
  5.   <!entity   a   SDATA  "A">
  6.   <!entity   be4 pi     "BE4">
  7.   <!element (doc|%be3 y)%be3 o o (#PCDATA | %be3 y)>
  8.   <!attlist (doc|y) att1 (%be3 x) x att2 CDATA "1&a;2">
  9.   %be3;
  10. ]>
  11. <doc>
  12. data
  13. &be4;
  14. </doc>
  15.